home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
Genie
/
Projects
/
Pedestal
/
Source
/
Sources
/
Streams
/
PedStreamOutput.cc
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-06-24
|
326 b
|
32 lines
/* ==================
* PedStreamOutput.cc
* ==================
*/
#include <string.h>
#include "PedStreamOutput.hh"
#include "PedBuffer.hh"
PedStreamOutput::PedStreamOutput()
{
}
PedStreamOutput::~PedStreamOutput()
{
}
short
PedStreamOutput::Flush()
{
return 0;
}
short
PedStreamOutput::PutByte()
{
return -1;
}